home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Interface / BetterFinder.dmg / A Better Finder Rename 7.app / Contents / Resources / In Application Preference Pane.nib / classes.nib next >
Encoding:
Text File  |  2005-11-09  |  892 b   |  26 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 installContextMenu = id; 
  7.                 installSystemPreferences = id; 
  8.                 launchSystemPreferences = id; 
  9.                 ok = id; 
  10.                 uninstallContextMenu = id; 
  11.                 uninstallSystemPreferences = id; 
  12.             }; 
  13.             CLASS = PreferencesController; 
  14.             LANGUAGE = ObjC; 
  15.             OUTLETS = {
  16.                 contextMenuInstallButton = NSButton; 
  17.                 contextMenuUninstallButton = NSButton; 
  18.                 systemPreferencesInstallButton = NSButton; 
  19.                 systemPreferencesOpenButton = NSButton; 
  20.                 systemPreferencesUninstallButton = NSButton; 
  21.             }; 
  22.             SUPERCLASS = NSWindowController; 
  23.         }
  24.     ); 
  25.     IBVersion = 1; 
  26. }